projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5886cc2
)
Fix slight screwup
author
Manish Singh
<yosh@src.gnome.org>
Thu, 16 Jul 1998 23:05:22 +0000
(23:05 +0000)
committer
Manish Singh
<yosh@src.gnome.org>
Thu, 16 Jul 1998 23:05:22 +0000
(23:05 +0000)
-Yosh
gtk-config.in
patch
|
blob
|
history
diff --git
a/gtk-config.in
b/gtk-config.in
index 7cbc255ff90761cdfaa569a287a078b13235d746..d20ac401b148e2529cbcadae9e48e1c785e93596 100644
(file)
--- a/
gtk-config.in
+++ b/
gtk-config.in
@@
-57,7
+57,7
@@
while test $# -gt 0; do
libdirs=-L@libdir@
for i in $glib_libs ; do
if test $i != -L@libdir@ ; then
- if test -z "$my_glib_lib" ; then
+ if test -z "$my_glib_lib
s
" ; then
my_glib_libs="$i"
else
my_glib_libs="$my_glib_libs $i"